Calendar for WinForms | ComponentOne
C1.CalendarView Namespace / WorkDays Class / WorkDays Constructor / WorkDays Constructor(DayOfWeek[])
System.DayOfWeek array of work days

In This Topic
    WorkDays Constructor(DayOfWeek[])
    In This Topic
    Initializes a new instance of the WorkDays class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal days() As DayOfWeek _
    )
    public WorkDays( 
       DayOfWeek[] days
    )

    Parameters

    days
    System.DayOfWeek array of work days
    See Also